From 3d3d7dbc597c499aee7a82fd69758b1e8dca89c3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Jun 2020 22:08:09 -0400 Subject: [PATCH] stringfilter: Fix a typo --- gtk/gtkstringfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstringfilter.c b/gtk/gtkstringfilter.c index f998cbd662..ada86ea401 100644 --- a/gtk/gtkstringfilter.c +++ b/gtk/gtkstringfilter.c @@ -484,7 +484,7 @@ gtk_string_filter_get_match_mode (GtkStringFilter *self) * @self: a #GtkStringFilter * @mode: the new match mode * - * Sets the match mode fot the filter. + * Sets the match mode for the filter. */ void gtk_string_filter_set_match_mode (GtkStringFilter *self, -- 2.30.2